1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmSALES_COLLECTION_VOID_PRINT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.cmdcancel = New System.Windows.Forms.Button
26         Me.cmdprint = New System.Windows.Forms.Button
27         Me.dtto = New System.Windows.Forms.DateTimePicker
28         Me.GroupBox1 = New System.Windows.Forms.GroupBox
29         Me.dtfrom = New System.Windows.Forms.DateTimePicker
30         Me.Label2 = New System.Windows.Forms.Label
31         Me.Label1 = New System.Windows.Forms.Label
32         Me.GroupBox1.SuspendLayout()
33         Me.SuspendLayout()
34         
'
35         
'cmdcancel
36         
'
37         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
38         Me.cmdcancel.Location = New System.Drawing.Point(
280, 37)
39         Me.cmdcancel.Name =
"cmdcancel"
40         Me.cmdcancel.Size = New System.Drawing.Size(
75, 27)
41         Me.cmdcancel.TabIndex =
6
42         Me.cmdcancel.Text =
"&Cancel"
43         Me.cmdcancel.UseVisualStyleBackColor = True
44         
'
45         
'cmdprint
46         
'
47         Me.cmdprint.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
48         Me.cmdprint.Location = New System.Drawing.Point(
280, 8)
49         Me.cmdprint.Name =
"cmdprint"
50         Me.cmdprint.Size = New System.Drawing.Size(
75, 27)
51         Me.cmdprint.TabIndex =
5
52         Me.cmdprint.Text =
"&Print"
53         Me.cmdprint.UseVisualStyleBackColor = True
54         
'
55         
'dtto
56         
'
57         Me.dtto.CalendarFont = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
58         Me.dtto.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
59         Me.dtto.Location = New System.Drawing.Point(
56, 38)
60         Me.dtto.Name =
"dtto"
61         Me.dtto.Size = New System.Drawing.Size(
209, 21)
62         Me.dtto.TabIndex =
4
63         
'
64         
'GroupBox1
65         
'
66         Me.GroupBox1.Controls.Add(Me.cmdcancel)
67         Me.GroupBox1.Controls.Add(Me.cmdprint)
68         Me.GroupBox1.Controls.Add(Me.dtto)
69         Me.GroupBox1.Controls.Add(Me.dtfrom)
70         Me.GroupBox1.Controls.Add(Me.Label2)
71         Me.GroupBox1.Controls.Add(Me.Label1)
72         Me.GroupBox1.Location = New System.Drawing.Point(
4, 1)
73         Me.GroupBox1.Name =
"GroupBox1"
74         Me.GroupBox1.Size = New System.Drawing.Size(
367, 68)
75         Me.GroupBox1.TabIndex =
1
76         Me.GroupBox1.TabStop = False
77         
'
78         
'dtfrom
79         
'
80         Me.dtfrom.CalendarFont = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.dtfrom.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
82         Me.dtfrom.Location = New System.Drawing.Point(
56, 11)
83         Me.dtfrom.Name =
"dtfrom"
84         Me.dtfrom.Size = New System.Drawing.Size(
209, 21)
85         Me.dtfrom.TabIndex =
3
86         
'
87         
'Label2
88         
'
89         Me.Label2.AutoSize = True
90         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
91         Me.Label2.Location = New System.Drawing.Point(
27, 43)
92         Me.Label2.Name =
"Label2"
93         Me.Label2.Size = New System.Drawing.Size(
30, 14)
94         Me.Label2.TabIndex =
2
95         Me.Label2.Text =
"To :"
96         
'
97         
'Label1
98         
'
99         Me.Label1.AutoSize = True
100         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
101         Me.Label1.Location = New System.Drawing.Point(
12, 17)
102         Me.Label1.Name =
"Label1"
103         Me.Label1.Size = New System.Drawing.Size(
45, 14)
104         Me.Label1.TabIndex =
1
105         Me.Label1.Text =
"From :"
106         
'
107         
'FrmSALES_COLLECTION_VOID_PRINT
108         
'
109         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
110         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
111         Me.ClientSize = New System.Drawing.Size(
377, 74)
112         Me.Controls.Add(Me.GroupBox1)
113         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
114         Me.MaximizeBox = False
115         Me.MinimizeBox = False
116         Me.Name =
"FrmSALES_COLLECTION_VOID_PRINT"
117         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
118         Me.Text =
"Collection Void"
119         Me.GroupBox1.ResumeLayout(False)
120         Me.GroupBox1.PerformLayout()
121         Me.ResumeLayout(False)
122
123     End Sub
124     Friend WithEvents cmdcancel As System.Windows.Forms.Button
125     Friend WithEvents cmdprint As System.Windows.Forms.Button
126     Friend WithEvents dtto As System.Windows.Forms.DateTimePicker
127     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
128     Friend WithEvents dtfrom As System.Windows.Forms.DateTimePicker
129     Friend WithEvents Label2 As System.Windows.Forms.Label
130     Friend WithEvents Label1 As System.Windows.Forms.Label
131 End Class


Gõ tìm kiếm nhanh...